projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be64b6
)
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:41:00 +0000
(18:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:41:00 +0000
(18:41 +0000)
(HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add undef.
src/s/isc4-1.h
patch
|
blob
|
history
diff --git
a/src/s/isc4-1.h
b/src/s/isc4-1.h
index 620ed7a9393cf00912285327b6f127567d3d0761..38732c1bc6b66c5b192ad4dab5a0cfc29bf2b456 100644
(file)
--- a/
src/s/isc4-1.h
+++ b/
src/s/isc4-1.h
@@
-11,3
+11,14
@@
/* uddeborg@carmen.se says we don't need -lPW or -lcposix. */
#undef LIB_STANDARD
+
+/* uddeborg@carmen.se recommends the rest of this file. */
+
+/* We have Posix termios. */
+#define HAVE_TERMIOS
+/* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
+/* defined at the same time. */
+#undef HAVE_TERMIO
+
+#define HAVE_SOCKETS
+#define NEED_NET_ERRNO_H